loans-api
Get Schedule Projection
Description: This endpoint is used to get schedule projections based on arrangement Id. The Id will be passed in path parameter.
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: {arrangementId}
Query Params: sim-ref (optional)
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status": {
"success": "true",
"code": "200",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"scheduleProjections": [
{
"dueDate": "20220531",
"totalCap": "0",
"outstanding": "0"
},
{
"dueDate": "20220630",
"totalCap": "0",
"outstanding": "0"
},
{
"dueDate": "20230310",
"totalCap": "8.22",
"outstanding": "8.22"
}
]
}
}